home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 785 b | 45 lines |
- [SUBJECT]
- Description=Highlight Image Script
- ImageIndex=1
- Folder=Graphical Effects
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;Highlight Image Script-
- ;⌐ Dynamic Drive (www.dynamicdrive.com)
- ;For full source code, installation instructions,
- ;100's more DHTML scripts, and Terms Of
- ;Use, visit dynamicdrive.com
- ;*/
- ;
- ;function makevisible(cur,which){
- ;if (which==0)
- ;cur.filters.alpha.opacity=100;
- ;else
- ;cur.filters.alpha.opacity=20;
- ;}
- ;</script>
- ;
-
-
- [BODY_TEXT]
- ;<a href="`linked_page`"><img alt="" src="`source_image`" border="0"
- ;style="filter:alpha(opacity=20)"
- ;onMouseover="makevisible(this,0)"
- ;onMouseout="makevisible(this,1)"></a>
-
-
-
- [`linked_page`]
- Kind=U
- Value=whatever.htm
-
- [`source_image`]
- Kind=U
- Value=mygif.gif
-
-
-